From: Paul Eggert Date: Wed, 18 Apr 2012 16:40:06 +0000 (-0700) Subject: * configure.in: Do not assume GCC 4.7.0 and/or no stack protection. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~2326^2~2580 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=e36899b642d36b3e0280e8e3914f7bbc28e75f9d;p=emacs.git * configure.in: Do not assume GCC 4.7.0 and/or no stack protection. --- diff --git a/configure.in b/configure.in index 6b60e2214fd..21b8c9d2b8f 100644 --- a/configure.in +++ b/configure.in @@ -763,6 +763,8 @@ else nw="$nw -Wshadow" # The following lines should be removable at some point. + nw="$nw -Wstack-protector" + nw="$nw -Wstrict-overflow" nw="$nw -Wsuggest-attribute=const" nw="$nw -Wsuggest-attribute=pure"